/* CSS Document */
/*首页关于我们*/
.lanmub_about{ width:100%;height:485px; background:#f6f6f6}
.lanmub_about .wl{width:1200px; margin:0 auto; position:relative; clear:both;}
.lanmub_about .iabout_b{ float:left; width:100%;}
.lanmub_about .img_b{float:left; height:353px; width:470px; background-size: auto 100%; background-repeat:no-repeat; background-position:center; margin:73px 0 0}
.lanmub_about .abr{ float:left; width:540px; padding: 0 0 0 45px;}
.lanmub_about .info_b{float:left; width:540px; margin:40px 0 0;   text-align:left; padding-top:20px; line-height:30px; font-size:14px; color:#2f3747;  display: -webkit-box;
                 -webkit-box-orient: vertical;
                  -webkit-line-clamp: 5;            /*设置p元素最大4行，父元素需填写宽度才明显*/
                  text-overflow: ellipsis;
                  overflow: hidden;
                 /* autoprefixer: off */
                 -webkit-box-orient: vertical;
                  /* autoprefixer: on */
                  /*因为代码环境的关系-webkit-box-orient被过滤掉了 autoprefixer 这个关键字可以免除被过滤的动作*/
　　　　　　　　　　word-wrap:break-word;
　　　　　　　　　　word-break:break-all;}
.lanmub_about .atitle{ display:block; margin:60px 0 0; padding:0 0 0 20px; text-align:left; background:url(../images/d2.png) left center no-repeat;}
.lanmub_about .atitle span{display:block;font-size:20px;}
.lanmub_about .atitle font{display:block;font-size: 40px; font-family:Arial, Helvetica, sans-serif; text-transform: uppercase; line-height:1}
.lanmub_about .more{display:block; width:158px; height:38px; line-height:38px; text-align:center; border:1px solid #cbced7; font-size:14px;  margin:20px 0 0 }
